@font-face {
  font-family: alibaba-bold;
  src: url(alibaba-bold.ttf);
}
@font-face {
  font-family: alibaba-regular;
  src: url(alibaba-regular.ttf);
}
h1{
  font-family: alibaba-bold;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  font-size: 45px;
}
h3{
  font-family: alibaba-regular;
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 27px;
}
*{
  font-family: alibaba-regular;
  direction: rtl;
  max-width: 100%;
}
body{
  padding: 20px;
  width: 350px;
  margin: 0 auto;
  background-color: #f0f0f0;
}
section{
  background-color: white;
  border-radius: 12px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  height: 102px;
  overflow: hidden;
  transition: 0.5s;
}
.needed-for-flex{
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
section img{
  border-radius: 10px;
  width: 100px;
  height: 100px;
}
.season-info-div{
  width: 100%;
}
.season-number{
  font-size: 15px;
  color: #484848;
}
.season-title{
  font-size: 22px;
  color: black;
}
section a{
  color: blue;
  text-decoration: none;
  cursor: pointer;
}